home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / Internet / Ircle 1.3.5 / IRC Advice < prev    next >
Encoding:
Text File  |  1993-03-15  |  12.7 KB  |  285 lines  |  [TEXT/ttxt]

  1. This file contains some items grabbed from various sources that may
  2. give new users of IRC some advice.
  3.  
  4. Contents:
  5.  - Frequently Asked Questions (from alt.irc), by Helen Trillian Rose
  6.  - How to Behave on IRC (from IRCII), by Lea Viljanen and Ari Husa
  7.  - Users Behaviour on the Internet Relay Chat system (from IRCII), by Ove Ruben R Olsen
  8. ---------------------------------------------------------------------
  9.  
  10. ** Frequently Asked Questions, by Helen Trillian Rose <hrose@eff.org>
  11. Archive-name: irc-faq
  12. Last-modified: 1993/03/09
  13. Version: 1.03
  14.  
  15. (1) What is IRC? 
  16.  
  17.     IRC stands for "Internet Relay Chat". It was written by Jarkko
  18. Oikarinen (jto@tolsun.oulu.fi) in 1988. Since starting in Finland, it
  19. has been used in some 20+ countries spanning the globe.  It was designed
  20. as a replacement for the "talk" program but has become much much more
  21. than that. IRC is a multi-user chat system, where people convene on
  22. "channels" (a virtual place, usually with a topic of conversation) to
  23. talk in groups, or privately. 
  24.     IRC gained international fame during the late Persian Gulf War,
  25. where updates from around the world came accross the wire, and most
  26. people on irc gathered on a single channel to hear these reports. 
  27.  
  28. (2) How is IRC set up?
  29.  
  30.     The user runs a "client" program (usually called 'irc') which
  31. connects to the irc network via another program called a "server".
  32. Servers exist to pass messages from user to user over the irc network.
  33.  
  34. (3) How do I use a client?
  35.  
  36.     You either compile the source yourself, have someone else on
  37. your machine compile the source for you, or use the TELNET client.
  38. "telnet bradenville.andrew.cmu.edu". Please only use the latter when you
  39. have no other way of reaching irc, as this resource is quite limited.
  40.  
  41. (4) Where can I get source for the irc client?
  42.  
  43. UNIX client-> cs.bu.edu /irc/clients
  44.           plod.cbme.unsw.edu.au
  45.           nic.funet.fi pub/unix/irc
  46.           ftp.informatik.tu-muenchen.de pub/net/irc
  47.           slopoke.mlb.semi.harris.com
  48.           there is also a client avaliable with the server code.
  49. EMACS elisp-> cs.bu.edu /irc/clients/elisp
  50.           nic.funet.fi
  51.               ftp.informatik.tu-muenchen.de
  52.           slopoke.mlb.semi.harris.com
  53. EMACS elisp "irchat"->  cs.bu.edu /irc/clients/elisp
  54.                         lehtori.cc.tut.fi:/pub/irchat
  55.             nic.funet.fi:/pub/irchat
  56. VMS ->        cs.bu.edu /irc/clients/vms
  57.           coombs.anu.edu.au
  58. REXX client for VM->    cs.bu.edu /irc/clients/rxirc
  59.                         ftp.informatik.uni-oldenburg.de pub/irc/rxirc
  60. MSDOS->         cs.bu.edu /irc/clients/msdos
  61.                 freebie.engin.umich.edu:/pub/irc/clients/MSDOS
  62.  
  63. Macintosh->     cs.bu.edu /irc/clients/macintosh
  64.                 sumex-aim.stanford.edu /info-mac/comm
  65.  
  66. (5) Which server do I connect to?
  67.  
  68.     It's usually best to try and connect to one geographically
  69. close, even though that may not be the best. You can always ask when you
  70. get on irc. Here's a list of servers avaliable for connection:
  71.         csd.bu.edu
  72.         ucsu.colorado.edu
  73.                 irc.caltech.edu
  74.         ug.cs.dal.ca
  75.         nic.funet.fi
  76.                 disuns2.epfl.ch
  77.                 munagin.ee.mu.oz.au
  78.         sunsystem2.informatik.tu-muenchen.de
  79.  
  80. This is, by no means, a comprehensive list, but merely a start. Connect
  81. to the closest of these servers and join the channel #Twilight_Zone
  82. When you get there, immediately ask what you want. Don't say "I have a
  83. question" because then hardly anyone will talk. 
  84.  
  85. (6) OK, I've got a client and I'm connected to a server? Now what?
  86.  
  87.     It's probably best to take a look around and see what you want
  88. to do first. All irc commands start with a "/", and most are one word.
  89. Typing /help will get you help information. /names will get you a list
  90. of names, etc. 
  91.  
  92. The output is typically something like this-> (Note there are more
  93. channels than this, this is just sample output).
  94.  
  95. Pub: #hack      zorgo eiji Patrick fup htoaster 
  96. Pub: #Nippon    @jircc @miyu_d 
  97. Pub: #nicole    MountainD 
  98. Pub: #hottub    omar liron beer Deadog moh pfloyd Dode greywolf SAMANTHA
  99.  
  100. "Pub" means public (or "visible") channel. "hack" is the channel name.
  101. "#" is the prefix (see number 7 below). A "@" before someone's nickname
  102. indicates he/she is the "Channel operator" of that channel. A Channel
  103. Operator is someone who has control over a specific channel. It can be
  104. shared or not as the first Channel Operator sees fit. The first person
  105. to join the channel automatically gets Channel Operator, and can share
  106. it with anyone he/she chooses (or not).
  107.  
  108. (7) What is a "bot"? How can I get one? 
  109.  
  110.         "bot" is short for "robot". It is a script run from an ircII
  111. client or a seperate program (in perl, C, and sometimes more obscure
  112. languages). StarOwl@uiuc.edu (Michael Adams) defined bots very well: "A
  113. bot is a vile creation of /lusers to make up for lack of penis length".
  114. IRC bots are generally not needed. See (9) below about "ownership" of
  115. nicknames and channels.
  116.  
  117. (8) What are good channels to try while using irc?
  118.  
  119.     #hottub and #initgame are almost always teeming with people.
  120. #hottub is meant to simulate a hot tub, and #initgame is non-stop game
  121. of "inits" (initials). Just join and find out! 
  122.  
  123.     Many irc operators are in #Twilight_Zone ... so if you join
  124. that channel and don't hear much talking, don't worry, it's not because
  125. you joined, operators don't talk much on that channel anyways!
  126.  
  127. (9) Someone is using my nickname, can anyone do anything about it?
  128.     Someone is using my channel, can anyone do anything about it?
  129.  
  130.         Even with NickServ (see (11) below) registering nicknames, there
  131. are not enough nicknames to have nickname ownership. If someone takes
  132. your nickname while you are not on irc, you can ask for them to give it
  133. back, but you can not *demand* it, nor will irc operators /kill for
  134. nickname ownership. 
  135.         
  136.         There are, literally, millions of possible channel names, so if
  137. someone is on your usual channel, just go to another. You can /msg them
  138. and ask for them to leave, but you can't *force* them to leave. 
  139.  
  140. (10) There aren't any channel operators on my channel, now what? 
  141.  
  142.         Channel operators are the owner(s) of their respective channels.
  143. Keep this in mind when giving out channel operator powers (make sure to
  144. give them to enough people so that all of the channel operators don't
  145. unexpectedly leave and the channel is stuck without a channel operator).
  146.  
  147.         On the other hand, do not give out channel operator to
  148. *everyone*. This causes the possibility of mass-kicking, where the
  149. channel would be stuck without any channel operators.
  150.  
  151. (10) What if someone tells me to type something cryptic?
  152.  
  153.     Never type anything anyone tells you to without knowing what it
  154. is. There is a problem with typing a certain command with the ircII
  155. client that gives anyone immediate control of your client (and thus can
  156. alter your account environment also).
  157.  
  158. (11) What is NickServ? What if I can't remember my NickServ password?
  159.  
  160.     To quote from NickServ's help text, NickServ's purpose is to
  161. keep unique nicknames on irc. NickServ sends a warning to anyone else
  162. who signs on with your nickname.  If you don't use IRC for 10 weeks,
  163. your nickname expires for reuse. 
  164.  
  165.     Only a NickServ operator can change your nickserv password.
  166. To find out which NickServ operators are online, send
  167. /msg NickServ@service.de OPERWHO
  168.  
  169. Nicknames with a "*" next to them are online at the time.
  170.  
  171. (12) What is IPCLUB? GIF-Archives of IRC-persons?
  172.  
  173.         IPCLUB stands for IRC Picture Club. It is an E-Mail service
  174. provided by tommi@phoenix.oulu.fi for all the users of the Internet. For
  175. more help, mail tommi@phoenix.oulu.fi with the subject of "IPCLUB/HELP".
  176.  
  177. (13) Where can I learn more?
  178.  
  179.     A good place to start might be downloading the irc tutorials.
  180. They're avaliable via anonymous ftp from cs.bu.edu in
  181. /irc/support/tutorial.* .. You can also join various IRC related mailing
  182. lists. "operlist" is a list that discusses current (and past) server
  183. code, routing, and protocol. You can join by mailing
  184. operlist-request@eff.org. You can join the irchat mailing list by
  185. mailing irchat-request@cc.tut.fi. There is a low traffic ircII mailing
  186. list, mail dl2p+@andrew.cmu.edu to be added. Another mailing list,
  187. ircd-three@eff.org, exists to discuss protocol revisions for the 3.0
  188. release of the ircd, currently in planning. Mail
  189. ircd-three-request@eff.org to be added to that. A vmsirc mailing list is
  190. avaliable. Mail vmsirc-request@vax1.elon.edu (with "subscribe" in the
  191. message body). 
  192.  
  193. (14) What do I do if I'm still confused or have additions to this posting?
  194.  
  195.     email hrose@eff.org or ask for help (in #Twilight_Zone) on irc.
  196.  
  197. ---------------------------------------------------------------------
  198.  
  199. ** HOW TO BEHAVE ON IRC
  200. (ETIQUETTE from the IRCII documentation)
  201. Authors:      Lea Viljanen (LadyBug)  viljanen@kreeta.helsinki.fi
  202.               Ari Husa     (luru)     so-luru@tolsun.oulu.fi 
  203. Modified by:  Troy Rollo   (Troy)     troy@plod.cbme.unsw.oz.au
  204.                             Olaf Titz  (praetorius)         s_titz@iravcl.ira.uka.de
  205. 1) Language
  206.    The most widely understood and spoken language on IRC is English. 
  207. However! As IRC is used in many different countries, English is by
  208. no means the only language. If you want to speak some other language
  209. than English (for example with your friends), go to a separate channel
  210. and set the topic (with /topic) to indicate that. For example
  211.    /topic Finnish only!
  212. would mean that this channel would be reserved for Finnish discussion.
  213. On the other hand, you should check the topic (with /list command) 
  214. before you move to a channel to see if there are any restrictions about 
  215. language.
  216.    On a channel not restricted by /topic, please speak a language
  217. everybody can understand. If you want to do otherwise, change channels
  218. and set the topic accordingly.
  219. 2) Hello/Goodbye
  220.    It's not necessary to greet everybody on a channel personally.
  221. Usually one "Hello" or equivalent is enough. And don't expect everybody
  222. to greet you back. On a channel with 20 people that would mean one
  223. screenful of hellos. It's sensible not to greet, in order not to be rude
  224. to the rest of the channel. If you must say hello to somebody you know,
  225. do it with a private /msg. The same applies to goodbyes.
  226. 3) Discussion
  227.    When you come to a new channel it's advised you to listen
  228. for a while to get an impression of what's discussed. Please feel free
  229. to join in, but do not try to force your topic into the discussion
  230. if that doesn't come naturally.
  231. 4) Limits
  232.    On channel numbers above 10 there can be only 10 persons
  233. per channel. So if the channel is full and you don't actively
  234. participate, please move to another channel to let someone else in.
  235. 5) {}|[]\
  236.    IRC has quite a lot of people from Scandinavian countries,
  237. the above characters are letters in their alphabet. This 
  238. has been explained on IRC about a thousand and one times, so
  239. read the following, do not ask it on IRC:
  240.    {     is an A with 2 dots over it
  241.    }     is an A with a small circle above it
  242.    |     is either an O with 2 dots over it or an O with a dash (/) through it
  243.    [, ], and \ are the preceding three letters in upper case.
  244. 6) ATTENTION!
  245.    Remember, people on IRC form their opinions about you only by 
  246. your actions, writings and comments on IRC. So think before you type.
  247.  
  248. ---------------------------------------------------------------------
  249.  
  250.  
  251. ** Users Behavior on the Internet Relay Chat system
  252. (RULES from the IRCII documentation)
  253. Author: Ove Ruben R Olsen
  254. Definitions:
  255.    IRC-ADMIN - Person who have access to all files concerning ircd.
  256.    IRC-OP    - Person who have privilegies given to him by an IRC-ADMIN.
  257.            And who is in charge at HIS server.
  258.    USER      - Person who is using IRC.
  259. The Internet Relay Network (IRC) is a system for comunicating with other
  260. peoples.
  261. IRC is a free speech system. Users may exchange viewpoints with other
  262. users. But to protect people from abuse there are certain rules that the 
  263. user MUST respect.
  264. If a USER doesn't respect the guidelines/rules stated below, then the
  265. IRC-ADMIN may suspend or reduce the availability for the USER.
  266. These things are prohibited:
  267.    * Using offensive words in channel topics.
  268.    * Harassing another user. Harassment is defined as behavior towards 
  269.      another user with the purpose of annoying them. 
  270.      Harassment is a matter of opinion of the IRC-OP.
  271.    * "Dumping" a lot of text to a channel.
  272.    * Annoying another user or a channel with constant beeping. 
  273.    * Any behavior reducing the functionality of IRC.
  274. What kind of action a user is doing to break these rules are up to the 
  275. IRC-OP to decide.
  276. Violation should be straighted out via a civilized conversation between
  277. the IRC-OP and the USER.
  278. If the USER is not on-line then the USER should be notified by EMail.
  279. If the USER wont respect what he's been told then it is up to the IRC-ADMIN 
  280. what to do with the USER.
  281. If someone finds a USER violating these rules he may contact the USER's
  282. IRC-ADMIN.
  283. To find a USERS IRC-ADMIN one may use the /ADMIN <nick-name>.
  284.  
  285. ---------------------------------------------------------------------